* {
    margin: 0;
    padding: 0;
}

body {
    background: #F5F5F5;
    font-family: "SF Pro SC","PingFang SC",Helvetica,Arial,"microsoft yahei ui","microsoft yahei";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #181818;
    font-size: 13px;
}
@media screen and (min-width:640px){
    body{
        min-width: 1188px;
    }
}
body, body span, body p, body div, body button, body input, body a, body li, body select, pre, body textarea, body i {
    font-family: "SF Pro SC","PingFang SC",Helvetica,Arial,"microsoft yahei ui","microsoft yahei";
}
a,button {
    cursor: pointer;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
.header-wrap {
    height:70px;
    background: #FFF;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
    position: relative;
    z-index: 111;
}

.header-wrap .header {
    width: 1180px;
    height: 70px;
    position: relative;
    margin: 0 auto;
    z-index: 111;
}

.header .logo {
    float: left;
    height: 70px;
    line-height: 90px;
    padding-right: 103px;
    border-right: 1px solid #f5f5f5;
}

.header .header-logo {
    height: 32px;
    width:64px;
    margin-top: 18px;
}

.header-nav {
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    height: 100%;
}

.nav-item {
    font-size: 16px;
    float: left;
    line-height: 70px;
    height: 100%;
    width:78px;
}

.nav-item:first-child {
    padding-left: 18px;
}

.nav-item a {
    color: #999;
    font-size: 15px;
    font-weight: 100;
}

.active-nav-item a {
    color: #181818;
    font-weight: 400;
}

.search-wrap {
    position: absolute;
    top: 0;
    left:-150px;
}

.search-wrap .search {
    position: relative;
}

.search-wrap .search_box {
    width: 830px;
    padding: 16px 0 0;
    position: absolute;
}

.search-wrap ul li {
    float: left;
    font-size: 14px;
    margin-right: 1px;
    position: relative;
    color: #6a6a6a;
    border-radius: 6px;
}

.search-wrap .search_ul {
    width: 130px;
    display: none;
}

.search-wrap ul li p {
    background-position: 100px;
    padding: 0 24px;
}

.search_ul p {
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 24px;
    cursor: pointer;
    background: url(/Public/Home/new/images/header_down.png) no-repeat 80px center;
    background-size: 17px 10px;
    overflow: hidden;
}

.search_box ul li ul li {
    clear: both;
    float: none;
    height: 38px;
    line-height: 38px;
    color: #6a6a6a;
    background: #E5E5E5;
    padding: 0 24px;
    cursor: pointer;
    overflow: hidden;
}

.search_ul a {
    color: #262626;
}

.search_input {
    width: 300px;
}
.search_box{
    font-weight:400;
}
.search_input input {
    width: 100%;
    height: 33px;
    line-height: 38px;
    background: none;
    border: none;
    text-indent: 51px;
    font-size: 14px;
    color: #6a6a6a;
    outline: none;
    font-weight:300;
}

.search_ul .item_li:hover {
    background: #DADADA;
}

.search_ul_box {
    display: none;
}

.search_ul:hover .search_ul_box {
    display: block;
}

.search_btn button {
    position: absolute;
    z-index: 9999;
    top:22px;
    right: 20px;
    outline: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/Public/Home/new/images/search1.png) no-repeat;
    background-size: 22px 22px;
    cursor: pointer;
    text-indent: -9999em;
    border: none;
}
.search_btn button:hover{
    background: url(/Public/Home/new/images/search.png) no-repeat;
    background-size: 26px 26px;
}

.header_login_wrap {
    float: right;
    height: 100%;
    border-left: 1px solid #f5f5f5;
}

.header_login_wrap .img_box {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    padding: 16px;
    margin-top: -2px;
  float: right;
    position: relative;
}

.header_login_wrap .img_box img.user-avatar {
    width: 100%;
    height: 100%;
    border-radius: 36px;
}
.header_login_wrap .img_box .vip_info{
    position: absolute;
    bottom: 16px;
    right: -10px;

}
.header_login_wrap .img_box .vip_info img{
    width: 35px;
}

.header_no_login {
    display: none;
    position: absolute;
    top: 70px;
    right: -21px;
    width: 122px;
    border-radius: 18px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    background: #fff;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
}
.header_login_nav{
    position: absolute;
    left: 100px;
    
}
.header_no_login li {
    float: left;
    width: 49%;
    font-size: 13px;
    color: #989898;
    padding: 10px 0;
}
.header_no_login li:nth-child(1) a{
    border-right: 1px solid #f5f5f5;
}
.header_no_login a {
    display: block;
    text-align: center;
    color: #a8a8a8;
}
 .hide_search {
    display: none;
}

.ico_search {
    position: absolute;
    top: 26px;
    right: 10px;
    display: inline-block;
    width: 26px;
    height: 27px;
    background: url(/Public/Home/new/images/search.png) no-repeat;
    background-size: 26px 26px;
    cursor: pointer;
}

.footer {
    text-align: center;
    padding: 20px;
    color: #b5b5b5;
    background: #F5F5F5;
    font-size: 13px;
}

.header_is_login {
    width: 170px;
    margin-top: 13px;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
    border-radius: 4px;
    background: #fff;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-left: -22px;
    position: absolute;
    top: 57px;
    right: 18px;
  
}

.header_is_login li a {
    display: block;
    text-align: left;
    color: #989898;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    font-size: 14px;
}
.nav-num{
    float:right;
}
.header_is_login p {
    border-bottom: 1px solid #f5f5f5;
    height: 1px;
    padding: 5px 0 0;
    padding-top: 12px;
    margin-bottom: 12px;
}
.header_is_login span{
    color: #ff5858;
}
.header_is_login li a:hover {
    background-color: #F5F5F5;
    color: #181818;
}
.right_top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
}

.right_top a {
    margin-bottom: 2px;
    width: 42px;
    height: 42px;
    display: block;
}
.tougao{
    color: #ffffff;
    background-color: #d5d5d5;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
}
.email-box{
    display: none;
    position: absolute;
    top: 46px;
    right: 56px;
    padding: 11px 9px;
    background: #181818;
    color: #ffffff;
}
.top {
    background: url(/Public/Home/images/shouye/jiantou.png) no-repeat center center;
    background-color: #d5d5d5;
    background-size: 24px 24px;
    margin-top: 20px;
}
.topqq {
    background: url(/Public/Home/images/wx1.png) no-repeat center center;
    background-color: #d5d5d5;
    background-size: 24px 24px;
    margin-bottom: 2px;
}
.erweima-image{
    background: url(/Public/Home/images/shouye/erweima.png) no-repeat center center;
    background-color: #d5d5d5;
    background-size: 24px 24px;
    margin-bottom: 2px;
    text-align: center;
}
.icon_erweima{
    width: 156px;
    height: 200px;
    margin-bottom: 8px;
}
.icon_erweima_show{
    position: absolute;
    right: 51px;
    top: -76px;
    display: none;
}
.qq_text{
    font-size: 11px;width: 100%;float: left;
}
.qq_num{
    font-size: 15px;
}
/*新添加的公共样式*/
.add {
    background-color: #181818;
    position: absolute;
    width: 130px;
    left: -145px;
    top: 36px;
    color: #ffffff !important;
    display: none;
    padding:4px 10px;
    box-sizing: border-box;
}
.topshow{
    width: 110px;
    height: 42px;
    color: #ffffff !important;
    display: none;
    padding: 13px 15px;
    box-sizing: border-box;
    background-color: #181818;
    position: absolute;
    right: 55px;
    bottom: 3px;
    font-size: 13px;
}
.add:after{
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top:-5px;
    content:"";
    display: block;
    width: 0px;
    height: 0px;
    *width: 40px;   
    *height: 40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #181818;
}

.topshow:after{
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
    content:"";
    display: block;
    width: 0px;
    height: 0px;
    *width: 40px;   
    *height: 40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #181818;
}
.email-box:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    *width: 40px;
    *height: 40px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #181818;
}
.qq-top-class{
    background-color: #181818;
}
.add img{margin: 5px 0 4px 0;width: 100%;float: left;}





























